XMLTextNode Class
Represents an XML Text node.
More information available in parent classes: XMLNode:Object
Notes
Use the XMLTextNode class with the IsA operator to test whether an XMLNode is an XMLTextNode.
See Also
XMLComment, XMLNode classes; IsA operator.